projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e710ae
)
(update_end): Clear updating_frame before calling hook.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jan 1994 00:09:47 +0000
(
00:09
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Jan 1994 00:09:47 +0000
(
00:09
+0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index e8599ee9b90dbfb690744b5d595da7e2686510e9..50651a64c7896b6283f43dd8aa8e7e35f67e4b64 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-338,8
+338,8
@@
update_end (f)
{
if (! FRAME_TERMCAP_P (updating_frame))
{
- (*update_end_hook) (f);
updating_frame = 0;
+ (*update_end_hook) (f);
return;
}
turn_off_insert ();